-
Notifications
You must be signed in to change notification settings - Fork 154
Backport of #818 to 12.3 #819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport of #818 to 12.3 #819
Conversation
In b6593d6: I'm struggling to understand this commit. It seems like it just changes an error type from |
1874266 looks good otherwise |
The main change was actually going from the type TargetPk = DefiniteDescriptorKey;
type Error = core::convert::Infallible; back to the generics of I went from Infallible to () just to be consistent with all the other There was also a |
Ohh, I see, you're modifying tests that you just added in the previous commit. Please squash these commits. Otherwise the first one won't compile. |
1874266
to
be0dff7
Compare
be0dff7
to
cd283d0
Compare
cd283d0
to
3cdd25f
Compare
@apoelstra sorry I forgot about this backport PR, I have rebased it and rejiggered the minor version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 3cdd25f; successfully ran local tests
Tagged and published. |
A backport of #818 to the 12.3 branch